home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / inet / internet-drafts / draft-ietf-madman-dsa-mib-00.txt < prev    next >
Text File  |  1993-06-28  |  51KB  |  1,460 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. MADMAN Working Group                   Glenn Mansfield [glenn@aic.co.jp]
  8. INTERNET-DRAFT                                    AIC Systems Laboratory
  9.                                   S.E.Hardcastle-Kille [steve@isode.com]
  10.                                                         ISODE Consortium
  11.                                                                June 1993
  12.  
  13.  
  14.                            DSA Monitoring MIB
  15.  
  16.  
  17. Status of this Memo
  18.  
  19.    This document is an  Internet  Draft.  Internet  Drafts  are  working
  20.    documents  of  the Internet Engineering Task Force (IETF), its Areas,
  21.    and its Working Groups. Note that other groups  may  also  distribute
  22.    working documents as Internet Drafts.
  23.  
  24.    Internet Drafts are draft  documents  valid  for  a  maximum  of  six
  25.    months.  Internet  Drafts  may  be updated, replaced, or obsoleted by
  26.    other documents at any time.  It is not appropriate to  use  Internet
  27.    Drafts as reference material or to cite them other than as a "working
  28.    draft" or "work in progress."
  29.  
  30.    To learn the current status of any Internet-Draft, please  check  the
  31.    1id-abstracts.txt  listing  contained  in  the Internet-Drafts Shadow
  32.    Directories on ds.internic.net, nic.nordu.net,  ftp.nisc.sri.com,  or
  33.    munnari.oz.au.
  34.  
  35.  
  36. Abstract
  37.  
  38. This document  defines  an   MIB   for   monitoring   Directory   System
  39. Agents [DSA],  a  component  of the OSI Directory.   The  DSAmib  will be
  40. used  in  conjunction  with  the application-mib for monitoring DSAs.
  41.  
  42.  
  43.                         Contents
  44.                         ========
  45.         1.The Network Management Framework.             2
  46.         2.Model of the management information base
  47.           for a DSA  Manager.                           2
  48.         3.The DSA functions and operations.             3
  49.         4.MIB design.                                   4
  50.         5.The DSAmib                                    5
  51.         6.Acknowledgements                             24
  52.         7.References                                   25
  53.  
  54.  
  55.  
  56.  
  57.  
  58. Expires: January 2, 1994                                        [Page 1]
  59.  
  60. Internet Draft                                                 June 1993
  61.  
  62.  
  63. 1.The Network Management Framework.
  64. ==================================
  65.  
  66. The Internet Network Management framework  is  laid  out  in  the
  67. three documents-
  68.  
  69.         STD 16/ RFC 1155 [1]   defines the generic structure of
  70.                                network management information
  71.         STD 15/ RFC 1157 [2]   defines the protocol for accessing
  72.                                network management information
  73.         STD 17/ RFC 1213 [3]   defines the primary set of managed
  74.                                objects.
  75.  
  76. The framework is adaptable/extensible by defining newer  MIBs   to  suit
  77. the requirements of specific applications/protocols/situations.
  78.  
  79. 2.Model of the management information base for a DSA  Manager.
  80.  
  81. A DSA-manager[application] will need to  monitor   several   aspects  of
  82. the   the  operational  DSA.  It  may  want  to know the process related
  83. aspects- the CPU, memory, .. utilization of the  operational  DSA;   the
  84. network     service     related     aspects    -    inboundAssociations,
  85. outboundAssociations,  operStatus,  ...  and  finally  the   information
  86. specific to DSA applications.
  87.  
  88. The MIB proposed in this document covers only  the   portion   which  is
  89. specific   to  the  DSA-application. The network service related part of
  90. the MIB, and the host-resources related part, of the  MIB  ,   as   well
  91. other   parts  of  interest to a Manager monitoring the DSA-application,
  92. are covered in separate  documents  [6][7].  The  relationship  of  this
  93. MIB  with  the  other  MIBs  (existing  and  potential)  is shown in the
  94. following diagram.
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114. Expires: January 2, 1994                                        [Page 2]
  115.  
  116. Internet Draft                                                 June 1993
  117.  
  118.  
  119.              ------------------------------------------
  120.              |          HOST RESOURCES mib             |
  121.              |                                         |
  122.              -------------------------------------------
  123.              |      |       |      | O |      |      | |
  124.              |      |       |      | T |      |      |O|
  125.              |  DSA |  MTA  |FTAM  | H | NFS  | DNS  |T|
  126.              |  mib |  mib  |mib   | E | mib  | mib  |H|
  127.              |      |       |      | R |      |      |E|
  128.              --------------------------|      |      |R|
  129.              |  NETWORK APPLN mib      |      |      | |
  130.              |      for CO-AP          |      |      | |
  131.              -------------------------------------------
  132.              |                                         |
  133.              |           Other mibs [MIB-II, ... ]     |
  134.              |                                         |
  135.              -------------------------------------------
  136.  
  137.                             Fig. 1
  138. The manager (application) of a network service   application   will  use
  139. the  Host-resources-mib to obtain process related information [ resource
  140. usage,..] the network service  application  mib provides the information
  141. for  the  generic  objects[peer associations] . The Application specific
  142. objects are  defined  in  the  corresponding MIB, e.g., the DSA-specific
  143. MIB is the one that is being proposed in this Paper.
  144.  
  145. For   management   information   pertaining   to   the    lower    layer
  146. TCP/UDP/IP/... the MIB-II offers the repertoire of MOs.
  147.  
  148. 3.The DSA functions and operations.
  149. ==================================
  150.  
  151. The Directory System Agent [DSA], a component of the  OSI-Directory,  is
  152. an  application process. It provides access to the Directory Information
  153. Base  [DIB]  to  Directory  User  Agents  [DUA]   and/or   other   DSAs.
  154. Functionally , a User [ DUA ] and the Directory are bound together for a
  155. period of time at an access point to the Directory [DSA]. A DSA may  use
  156. information stored in its local data base or interact with other DSAs to
  157. service requirements. Alternatively, A DSA may refer the DUA to  another
  158. DSA. A DSA  binds to another DSA at the start of the period of access.
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170. Expires: January 2, 1994                                        [Page 3]
  171.  
  172. Internet Draft                                                 June 1993
  173.  
  174.  
  175. The core of the DSA  is  modelled  as  a  process  which  is  internally
  176. supported  by a  set  of  procedures.  The containment/support hierarchy
  177. of the procedures are shown below-
  178.         Operations Dispatcher
  179.                 Name Resolution
  180.                         Find Naming context
  181.                         Local name resolution
  182.                 Evaluation
  183.                         Single Object evaluation
  184.                         Multiple Object evaluation
  185.                 Results Merging
  186. The specific operations carried out by the DSA are  of  following  three
  187. categories
  188.         Single-Object operations
  189.                 Read,        Compare,   AddEntry,
  190.                 ModifyEntry, ModifyRDN, RemoveEntry
  191.         Multiple-Object operations
  192.                 List,        Search
  193.         Abandon Operations
  194.                 Abandon
  195.  
  196.  
  197.  
  198. 4. MIB design.
  199. =============
  200.  
  201. The basic principle has been to keep the MIB as simple as  possible. The
  202. Managed  objects  included in the MIB are divided into three tables- the
  203. dsaTable, dsaDetailedTable and DSAInfoTable.
  204.  
  205.    - The dsaTable  provides  primary statistics for managing the DSA.
  206.      it covers the DSA related administrative information, as well as
  207.      summary data on the accesses, operations and errors.
  208.  
  209.    - The dsaDetailedTable provides detailed operations and error
  210.      statistics.
  211.  
  212.    - The DSAInfoTable  provides some useful information on the
  213.      performance of the DSAs with which the monitored  DSA  interacts.
  214.  
  215. Directory Reference.
  216.  
  217.     There   are  references   to   the   Directory  itself  for   static
  218.    information  pertaining  to the DSA. These references are in the form
  219.    of "Directory Distinguished Name" of the corresponding object. It  is
  220.    intended  that  DSA management applications will use these references
  221.    to obtain  further  related information on the objects of interest.
  222.  
  223.  
  224.  
  225.  
  226. Expires: January 2, 1994                                        [Page 4]
  227.  
  228. Internet Draft                                                 June 1993
  229.  
  230.  
  231. Traps.
  232.  
  233.    Traps are defined  to  send  alarms   in   cases   of   Authorization
  234.    failures,   DSA  initialization  and  DSA stop. [Actually these could
  235.    very well be put in the "Network Services Monitoring MIB"  ... ]
  236.  
  237. 5. The DSAmib
  238. =============
  239.  
  240.         DSA-MIB DEFINITIONS ::= BEGIN
  241.  
  242.                 IMPORTS
  243.                   OBJECT-TYPE
  244.                              FROM RFC1212
  245.                   Counter, TimeTicks, DisplayString
  246.                              FROM RFC1151-SMI;
  247.  
  248. -- textual conventions
  249. -- Distinguished Name- is used to refer to objects in the directory.
  250.  
  251.                 DistinguishedName::= DisplayString
  252.  
  253.                 dsaTable OBJECT-TYPE
  254.                     SYNTAX SEQUENCE OF DSAEntry
  255.                     ACCESS not-accessible
  256.                     STATUS mandatory
  257.                     DESCRIPTION
  258.                         "The table holding information specific to a
  259.                          DSA"
  260.                     ::= {application-mib 3}
  261.  
  262.                 dsaEntry OBJECT-TYPE
  263.                     SYNTAX DSAEntry
  264.                     ACCESS not-accessible
  265.                     STATUS mandatory
  266.                     DESCRIPTION
  267.                       "Entry associated with each DSA"
  268.                     INDEX { dsaApplicationIndex }
  269.                     ::= {dsaTable 1}
  270.  
  271.                 DSAEntry ::= SEQUENCE {
  272.                     dsaApplicationIndex
  273.                         INTEGER,
  274.                     dsaContact
  275.                         DisplayString,
  276.                     dsaContactDN
  277.                         DistinguishedName,
  278.                     dsaName
  279.  
  280.  
  281.  
  282. Expires: January 2, 1994                                        [Page 5]
  283.  
  284. Internet Draft                                                 June 1993
  285.  
  286.  
  287.                         DisplayString,
  288.                     dsaType
  289.                         DisplayString,
  290.                     dsaDN
  291.                         DistinguishedName,
  292.                     masterEntries
  293.                         INTEGER,
  294.                     copyEntries
  295.                         INTEGER,
  296.                     cacheEntries
  297.                         INTEGER,
  298.  
  299.         --bindings
  300.                     anonymousBinds
  301.                         Counter,
  302.                     unauthNameDAPBinds
  303.                         Counter,
  304.                     unauthNameDSPBinds
  305.                         Counter,
  306.                     simpleBinds
  307.                         Counter,
  308.                     protectedBinds
  309.                         Counter,
  310.                     externalBinds
  311.                         Counter,
  312.         --Ops Dispatcher
  313.  
  314.                     inOps
  315.                         Counter,
  316.                     loopDetected
  317.                         Counter,
  318.                     securityError
  319.                         Counter,
  320.  
  321.              --  nameResolution phase
  322.  
  323.                     nameErrors
  324.                         Counter,
  325.                     serviceErrors
  326.                         Counter,
  327.                     foundLocalEntry
  328.                         Counter,
  329.                     referrals
  330.                         Counter,
  331.                     aliasDereferences
  332.                         Counter,
  333.                     chainings
  334.                         Counter,
  335.  
  336.  
  337.  
  338. Expires: January 2, 1994                                        [Page 6]
  339.  
  340. Internet Draft                                                 June 1993
  341.  
  342.  
  343.                     multicastChainings
  344.                         Counter,
  345.  
  346.              -- evaluation phase
  347.                 -- single object evaluation
  348.  
  349.                     readOps
  350.                         Counter,
  351.                     compareOps
  352.                         Counter,
  353.                     addEntryOps
  354.                         Counter,
  355.                     removeEntryOps
  356.                         Counter,
  357.                     modifyEntryOps
  358.                         Counter,
  359.                     modifyRDNOps
  360.                         Counter,
  361.  
  362.                 -- multiple-object evaluation
  363.  
  364.                     listOps
  365.                         Counter,
  366.                     searchOps
  367.                         Counter,
  368.                     oneLevelSearchOps
  369.                         Counter,
  370.                     wholeTreeSearchOps
  371.                         Counter,
  372.                     updateErrors
  373.                         Counter,
  374.  
  375.                 -- abandon
  376.  
  377.                     abandonOps
  378.                         Counter,
  379.                     abandonFailed
  380.                         Counter,
  381.  
  382.         -- Service Control & Cache performance
  383.                     cacheHits
  384.                         Counter,
  385.                     slaveHits
  386.                         Counters,
  387.                     dontUseCopyOps
  388.                         Counter
  389.  
  390.                 }
  391.  
  392.  
  393.  
  394. Expires: January 2, 1994                                        [Page 7]
  395.  
  396. Internet Draft                                                 June 1993
  397.  
  398.  
  399.  
  400.                 dsaApplicationIndex OBJECT-TYPE
  401.                     SYNTAX INTEGER
  402.                     ACCESS read-only
  403.                     STATUS mandatory
  404.                     DESCRIPTION
  405.                       "Reference into application table to allow
  406.                        correlation with general application
  407.                        parameters"
  408.                     ::= {dsaEntry 1}
  409.  
  410. ---- Actually this part should go into the  applEntry Table.
  411. ---- But since it is missing there I have included it here
  412.  
  413.                 dsaContact OBJECT-TYPE
  414.                     SYNTAX DisplayString
  415.                     ACCESS read-only
  416.                     STATUS mandatory
  417.                     DESCRIPTION
  418.                       "textual identification of the Contact person
  419.                        for this DSA"
  420.                     ::= {dsaEntry 2}
  421.  
  422.                 dsaContactDN OBJECT-TYPE
  423.                     SYNTAX DistinguishedName
  424.                     ACCESS read-only
  425.                     STATUS mandatory
  426.                     DESCRIPTION
  427.                       "the Distinguished Name of the Contact person
  428.                        for this DSA."
  429.                     ::= {dsaEntry 3}
  430.  
  431.                 dsaName OBJECT-TYPE
  432.                     SYNTAX INTEGER
  433.                     ACCESS read-only
  434.                     STATUS mandatory
  435.                     DESCRIPTION
  436.                       "the Name of this DSA"
  437.                     ::= {dsaEntry 4}
  438.  
  439.                 dsaType OBJECT-TYPE
  440.                     SYNTAX INTEGER
  441.                     ACCESS read-only
  442.                     STATUS mandatory
  443.                     DESCRIPTION
  444.                       "the type of this DSA quipu/..../ "
  445.                     ::= {dsaEntry 5}
  446.  
  447.  
  448.  
  449.  
  450. Expires: January 2, 1994                                        [Page 8]
  451.  
  452. Internet Draft                                                 June 1993
  453.  
  454.  
  455.                 dsaDN OBJECT-TYPE
  456.                     SYNTAX DistinguishedName
  457.                     ACCESS read-only
  458.                     STATUS mandatory
  459.                     DESCRIPTION
  460.                       "the Distinguished Name of the DSA-entry
  461.                        pertaining to this DSA"
  462.                     ::= {dsaEntry 6}
  463.  
  464. ------- Upto here
  465.  
  466.                 masterEntries OBJECT-TYPE
  467.                     SYNTAX INTEGER
  468.                     ACCESS read-only
  469.                     STATUS mandatory
  470.                     DESCRIPTION
  471.                       "Number of Entries mastered in the DSA"
  472.                     ::= {dsaEntry 7}
  473.  
  474.                 copyEntries OBJECT-TYPE
  475.                     SYNTAX INTEGER
  476.                     ACCESS read-only
  477.                     STATUS mandatory
  478.                     DESCRIPTION
  479.                       "Number of Entries with systematic (slave)
  480.                        copies maintained in the DSA"
  481.                     ::= {dsaEntry 8}
  482.  
  483.                 cacheEntries OBJECT-TYPE
  484.                     SYNTAX INTEGER
  485.                     ACCESS read-only
  486.                     STATUS mandatory
  487.                     DESCRIPTION
  488.                       "Number of Entries cached (non-systematic
  489.                        copies) in the DSA"
  490.                     ::= {dsaEntry 9}
  491.  
  492.                 anonymousBinds OBJECT-TYPE
  493.                     SYNTAX INTEGER
  494.                     ACCESS read-only
  495.                     STATUS mandatory
  496.                     DESCRIPTION
  497.                       " Number of anonymous (DAP) binds to this DSA
  498.                         since application start"
  499.                     ::= {dsaEntry 10}
  500.  
  501.                 unauthNameDAPBinds OBJECT-TYPE
  502.                     SYNTAX INTEGER
  503.  
  504.  
  505.  
  506. Expires: January 2, 1994                                        [Page 9]
  507.  
  508. Internet Draft                                                 June 1993
  509.  
  510.  
  511.                     ACCESS read-only
  512.                     STATUS mandatory
  513.                     DESCRIPTION
  514.                       " Number of un-authenticated DAP binds to this
  515.                         DSA , since application start"
  516.                     ::= {dsaEntry 11}
  517.  
  518.                 unauthNameDSPBinds OBJECT-TYPE
  519.                     SYNTAX INTEGER
  520.                     ACCESS read-only
  521.                     STATUS mandatory
  522.                     DESCRIPTION
  523.                       " Number of un-authenticated DSP binds to this
  524.                         DSA , since application start"
  525.                     ::= {dsaEntry 12}
  526.  
  527.                 simpleBinds OBJECT-TYPE
  528.                     SYNTAX INTEGER
  529.                     ACCESS read-only
  530.                     STATUS mandatory
  531.                     DESCRIPTION
  532.                       " Number of binds to this DSA that passed simple
  533.                         authentication, since application start"
  534.                     ::= {dsaEntry 13}
  535.  
  536.                 protectedBinds OBJECT-TYPE
  537.                     SYNTAX INTEGER
  538.                     ACCESS read-only
  539.                     STATUS mandatory
  540.                     DESCRIPTION
  541.                       " Number of binds to this DSA that passed
  542.                         protected authentication, since application
  543.                         start"
  544.                     ::= {dsaEntry 14}
  545.  
  546.                 externalBinds OBJECT-TYPE
  547.                     SYNTAX INTEGER
  548.                     ACCESS read-only
  549.                     STATUS mandatory
  550.                     DESCRIPTION
  551.                       " Number of binds to this DSA that were
  552.                         authenticated using the external
  553.                         authentication procedures, since application
  554.                         start"
  555.                     ::= {dsaEntry 15}
  556.  
  557.                 inOps OBJECT-TYPE
  558.                     SYNTAX INTEGER
  559.  
  560.  
  561.  
  562. Expires: January 2, 1994                                       [Page 10]
  563.  
  564. Internet Draft                                                 June 1993
  565.  
  566.  
  567.                     ACCESS read-only
  568.                     STATUS mandatory
  569.                     DESCRIPTION
  570.                       " Number of operations forwarded to this DSA
  571.                         from DUAs or other DSAs , since application
  572.                         start"
  573.                     ::= {dsaEntry 16}
  574.  
  575.                 loopDetected OBJECT-TYPE
  576.                     SYNTAX INTEGER
  577.                     ACCESS read-only
  578.                     STATUS mandatory
  579.                     DESCRIPTION
  580.                       " number of operation forwarded to this DSA in
  581.                         which a loop was detected. Note that, this
  582.                         check is performed immediately on receipt of
  583.                         the request, and will occur only in cases of
  584.                         requests from other DSAs. A serviceError of
  585.                         type loopDetected is originated at the DSA in
  586.                         such cases."
  587.                     ::= {dsaEntry 17}
  588.  
  589.                 securityErrors OBJECT-TYPE
  590.                     SYNTAX INTEGER
  591.                     ACCESS read-only
  592.                     STATUS mandatory
  593.                     DESCRIPTION
  594.                       " number of operations forwarded to this DSA
  595.                         which did not meet the security requirements "
  596.                     ::= {dsaEntry 18}
  597.  
  598.                 nameErrors OBJECT-TYPE
  599.                     SYNTAX INTEGER
  600.                     ACCESS read-only
  601.                     STATUS mandatory
  602.                     DESCRIPTION
  603.                       " number of operations nameErrors that originated
  604.                         at this DSA this includes noSuchObject,
  605.                         aliasProblem, aliasDereferencingProblem."
  606.                     ::= {dsaEntry 19}
  607.  
  608.                 foundLocalEntry OBJECT-TYPE
  609.                     SYNTAX INTEGER
  610.                     ACCESS read-only
  611.                     STATUS mandatory
  612.                     DESCRIPTION
  613.                       " number of operations forwarded to the DSA for
  614.                         which the pertinent entry is held in the DSA"
  615.  
  616.  
  617.  
  618. Expires: January 2, 1994                                       [Page 11]
  619.  
  620. Internet Draft                                                 June 1993
  621.  
  622.  
  623.                     ::= {dsaEntry 20}
  624.  
  625.                 referrals OBJECT-TYPE
  626.                     SYNTAX INTEGER
  627.                     ACCESS read-only
  628.                     STATUS mandatory
  629.                     DESCRIPTION
  630.                       " number of referrals made by this DSA to other
  631.                         DSAa DUAs"
  632.                     ::= {dsaEntry 21}
  633.  
  634.                 serviceError     OBJECT-TYPE
  635.                     SYNTAX INTEGER
  636.                     ACCESS read-only
  637.                     STATUS mandatory
  638.                     DESCRIPTION
  639.                       " number of serviceErrors that originated at
  640.                         this DSA.
  641.                         These include LoopDetected, invalidReference,
  642.                         unableToProceed, outOfScope, timeLimitExceeded,
  643.                         sizeLimitExceeded, administrativeLimitExceeded,
  644.                         unavailableCriticalExtension"
  645.                     ::= {dsaEntry 22}
  646.  
  647.                 aliasDereferences OBJECT-TYPE
  648.                     SYNTAX INTEGER
  649.                     ACCESS read-only
  650.                     STATUS mandatory
  651.                     DESCRIPTION
  652.                       " number of aliases dereferenced "
  653.                     ::= {dsaEntry 23}
  654.  
  655.                 chainings OBJECT-TYPE
  656.                     SYNTAX INTEGER
  657.                     ACCESS read-only
  658.                     STATUS mandatory
  659.                     DESCRIPTION
  660.                       " number of operations forwarded by this DSA
  661.                         to other DSAs"
  662.                     ::= {dsaEntry 24}
  663.  
  664.                 multicastChainings OBJECT-TYPE
  665.                     SYNTAX INTEGER
  666.                     ACCESS read-only
  667.                     STATUS mandatory
  668.                     DESCRIPTION
  669.                       " number of parallel multicast chainings that
  670.                         were originated from this DSA since
  671.  
  672.  
  673.  
  674. Expires: January 2, 1994                                       [Page 12]
  675.  
  676. Internet Draft                                                 June 1993
  677.  
  678.  
  679.                         application start"
  680.                     ::= {dsaEntry 25}
  681.  
  682.                 readOps OBJECT-TYPE
  683.                     SYNTAX INTEGER
  684.                     ACCESS read-only
  685.                     STATUS mandatory
  686.                     DESCRIPTION
  687.                       " number of read operations from DSAs and DUAs
  688.                         that has been received by this DSA since
  689.                         application startup."
  690.                     ::= {dsaEntry 26}
  691.  
  692.                 compareOps OBJECT-TYPE
  693.                     SYNTAX INTEGER
  694.                     ACCESS read-only
  695.                     STATUS mandatory
  696.                     DESCRIPTION
  697.                       " number of compare operations since
  698.                         application startup."
  699.                     ::= {dsaEntry 27}
  700.  
  701.                 addEntryOps OBJECT-TYPE
  702.                     SYNTAX INTEGER
  703.                     ACCESS read-only
  704.                     STATUS mandatory
  705.                     DESCRIPTION
  706.                       " number of addEntry operations since
  707.                         application startup."
  708.                     ::= {dsaEntry 28}
  709.  
  710.                 removeEntryOps OBJECT-TYPE
  711.                     SYNTAX INTEGER
  712.                     ACCESS read-only
  713.                     STATUS mandatory
  714.                     DESCRIPTION
  715.                       " number of removeEntry operations since
  716.                         application startup."
  717.                     ::= {dsaEntry 29}
  718.  
  719.                 modifyEntryOps OBJECT-TYPE
  720.                     SYNTAX INTEGER
  721.                     ACCESS read-only
  722.                     STATUS mandatory
  723.                     DESCRIPTION
  724.                       " number of modifyEntry operations since
  725.                         application startup."
  726.                     ::= {dsaEntry 30}
  727.  
  728.  
  729.  
  730. Expires: January 2, 1994                                       [Page 13]
  731.  
  732. Internet Draft                                                 June 1993
  733.  
  734.  
  735.                 modifyRDNOps OBJECT-TYPE
  736.                     SYNTAX INTEGER
  737.                     ACCESS read-only
  738.                     STATUS mandatory
  739.                     DESCRIPTION
  740.                       " number of modifyRDN operations since
  741.                         application startup."
  742.                     ::= {dsaEntry 31}
  743.  
  744.                 listOps OBJECT-TYPE
  745.                     SYNTAX INTEGER
  746.                     ACCESS read-only
  747.                     STATUS mandatory
  748.                     DESCRIPTION
  749.                       " number of list operations since
  750.                         application startup."
  751.                     ::= {dsaEntry 32}
  752.  
  753.                 searchOps OBJECT-TYPE
  754.                     SYNTAX INTEGER
  755.                     ACCESS read-only
  756.                     STATUS mandatory
  757.                     DESCRIPTION
  758.                       " number of search operations- baseObjectSearches,
  759.                         oneLevelSearches and  subTreeSearches,  since
  760.                         application startup."
  761.                     ::= {dsaEntry 33}
  762.  
  763.                 oneLevelSearchOps OBJECT-TYPE
  764.                     SYNTAX INTEGER
  765.                     ACCESS read-only
  766.                     STATUS mandatory
  767.                     DESCRIPTION
  768.                       " number of oneLevelSearch operations since
  769.                         application startup."
  770.                     ::= {dsaEntry 34}
  771.  
  772.                 wholeTreeSearchOps   OBJECT-TYPE
  773.                     SYNTAX INTEGER
  774.                     ACCESS read-only
  775.                     STATUS mandatory
  776.                     DESCRIPTION
  777.                       " number of wholeTreeSearch operations since
  778.                         application startup."
  779.                     ::= {dsaEntry 35}
  780.  
  781.                 abandonOps OBJECT-TYPE
  782.                     SYNTAX INTEGER
  783.  
  784.  
  785.  
  786. Expires: January 2, 1994                                       [Page 14]
  787.  
  788. Internet Draft                                                 June 1993
  789.  
  790.  
  791.                     ACCESS read-only
  792.                     STATUS mandatory
  793.                     DESCRIPTION
  794.                       " number of abandon operations forwarded to
  795.                         this DSA since application startup."
  796.                     ::= {dsaEntry 36}
  797.  
  798.                 abandonFailed OBJECT-TYPE
  799.                     SYNTAX INTEGER
  800.                     ACCESS read-only
  801.                     STATUS mandatory
  802.                     DESCRIPTION
  803.                       " number of abandon operations that failed at
  804.                         this DSA since application startup."
  805.                     ::= {dsaEntry 37}
  806.  
  807.                 cacheHits OBJECT-TYPE
  808.                     SYNTAX INTEGER
  809.                     ACCESS read-only
  810.                     STATUS mandatory
  811.                     DESCRIPTION
  812.                       " number of operations that were serviced from
  813.                         the locally held cache, since application
  814.                         startup."
  815.                     ::= {dsaEntry 38}
  816.                 slaveHits  OBJECT-TYPE
  817.                     SYNTAX INTEGER
  818.                     ACCESS read-only
  819.                     STATUS mandatory
  820.                     DESCRIPTION
  821.                       " number of operations that were serviced from
  822.                         the locally held object replications [ shadow
  823.                         entries] since application startup."
  824.                     ::= {dsaEntry 39}
  825.                 dontUseCopy OBJECT-TYPE
  826.                     SYNTAX INTEGER
  827.                     ACCESS read-only
  828.                     STATUS mandatory
  829.                     DESCRIPTION
  830.                       " number of operations that forbid the use of
  831.                         copies, since application startup."
  832.                     ::= {dsaEntry 40}
  833.  
  834.  
  835.  
  836.  
  837.  
  838.  
  839.  
  840.  
  841.  
  842. Expires: January 2, 1994                                       [Page 15]
  843.  
  844. Internet Draft                                                 June 1993
  845.  
  846.  
  847.         -- The DSADetail table contains detailed statistical data
  848.         -- on the DSA operations and errors.
  849.  
  850.                 dsaDetailTable OBJECT-TYPE
  851.                     SYNTAX SEQUENCE OF DSADetailEntry
  852.                     ACCESS not-accessible
  853.                     STATUS mandatory
  854.                     DESCRIPTION
  855.                       "The table holding information specific to a DSA"
  856.                     ::= {application-mib 4}
  857.  
  858.                 dsaDetailEntry OBJECT-TYPE
  859.                     SYNTAX DSADetailEntry
  860.                     ACCESS not-accessible
  861.                     STATUS mandatory
  862.                     DESCRIPTION
  863.                       "Entry containing details statistics of
  864.                        operations and errors that occurred at the DSA"
  865.                     INDEX { dsaApplicationDetailIndex }
  866.                     ::= {dsaDetailTable 1}
  867.  
  868.                 DSADetailEntry ::= SEQUENCE {
  869.                     dsaApplicationDetailIndex
  870.                         INTEGER,
  871.                     errorLoopDetected
  872.                         Counter
  873.                     errorSecurityError
  874.                         Counter
  875.                     errorInvalidReferences
  876.                         Counter
  877.                     errorUnableToProceed
  878.                         Counter
  879.                     errorUnwillingToPerform
  880.                         Counter
  881.                     errorOutOfScope
  882.                         Counter
  883.                     errorLoopAvoidance
  884.                         Counter
  885.                     nameErrorNoSuchObject
  886.                         Counter,
  887.                     nameErrorAliasProb
  888.                         Counter,
  889.                     nameErrorAliasDerefProb
  890.                         Counter,
  891.                     chainedReadOps
  892.                         Counter,
  893.                     chainedCompareOps
  894.                         Counter,
  895.  
  896.  
  897.  
  898. Expires: January 2, 1994                                       [Page 16]
  899.  
  900. Internet Draft                                                 June 1993
  901.  
  902.  
  903.                     chainedAddEntryOps
  904.                         Counter,
  905.                     chainedRemoveEntryOps
  906.                         Counter,
  907.                     chainedModifyEntryOps
  908.                         Counter,
  909.                     chainedmodifyRDNOps
  910.                         Counter,
  911.                     chainedListOps
  912.                         Counter,
  913.                     chainedSearchOps
  914.                         Counter,
  915.                     chainedOneLevelSearchOps
  916.                         Counter,
  917.                     chainedWholeTreeSearchOps
  918.                         Counter,
  919.                     updateErrorsAffectsMultipleDSAs
  920.                         Counter,
  921.                     errorUnavailableCriticalExtension
  922.                         Counter,
  923.                     timeLimitExceeded
  924.                         Counter,
  925.                     sizeLimitExceeded
  926.                         Counter,
  927.                     adminLimitExceeded
  928.                         Counter
  929.                 }
  930.  
  931.                 dsaApplicationDetailIndex OBJECT-TYPE
  932.                     SYNTAX INTEGER
  933.                     ACCESS read-only
  934.                     STATUS mandatory
  935.                     DESCRIPTION
  936.                      "Reference into application table to allow
  937.                       correlation with general application parameters"
  938.                     ::= {dsaDetailEntry 1}
  939.  
  940.                 errorLoopDetected OBJECT-TYPE
  941.                     SYNTAX INTEGER
  942.                     ACCESS read-only
  943.                     STATUS mandatory
  944.                     DESCRIPTION
  945.                       " number of operation forwarded to this DSA in
  946.                         which a loop was detected. Note that, this
  947.                         check is performed immediately on reciept of
  948.                         the request, and will occur only in cases of
  949.                         requests from other DSAs. A serviceError of
  950.                         type loopDetected is originated at the DSA in
  951.  
  952.  
  953.  
  954. Expires: January 2, 1994                                       [Page 17]
  955.  
  956. Internet Draft                                                 June 1993
  957.  
  958.  
  959.                         such cases."
  960.                     ::= {dsaDetailEntry 2}
  961.  
  962.                 errorSecurityError OBJECT-TYPE
  963.                     SYNTAX INTEGER
  964.                     ACCESS read-only
  965.                     STATUS mandatory
  966.                     DESCRIPTION
  967.                       " number of operations forwarded to this DSA
  968.                         which did not meet the security requirements "
  969.                     ::= {dsaDetailEntry 3}
  970.  
  971.                 errorInvalidReferences OBJECT-TYPE
  972.                     SYNTAX INTEGER
  973.                     ACCESS read-only
  974.                     STATUS mandatory
  975.                     DESCRIPTION
  976.                       " number of invalid knowledge references made
  977.                         to the DSA. A serviceError of type
  978.                         invalidReference is originated at the DSA in
  979.                         such cases."
  980.                     ::= {dsaDetailEntry 4}
  981.  
  982.                 errorUnableToProceed  OBJECT-TYPE
  983.                     SYNTAX INTEGER
  984.                     ACCESS read-only
  985.                     STATUS mandatory
  986.                     DESCRIPTION
  987.                       " number of operations forwarded to the DSA for
  988.                         which the pertinent information is not held by
  989.                         the DSA. A serviceError of type unableToProceed
  990.                         is originated at the DSA in such cases."
  991.                     ::= {dsaDetailEntry 5}
  992.  
  993.                 errorOutOfScope  OBJECT-TYPE
  994.                     SYNTAX INTEGER
  995.                     ACCESS read-only
  996.                     STATUS mandatory
  997.                     DESCRIPTION
  998.                       " number of cases where referrals were not made
  999.                         as it was outside the scopeOfReferral. A
  1000.                         serviceError of type outOfScope is originated
  1001.                         at the DSA in such cases. "
  1002.                     ::= {dsaDetailEntry 6}
  1003.  
  1004.                 errorLoopAvoidance OBJECT-TYPE
  1005.                     SYNTAX INTEGER
  1006.                     ACCESS read-only
  1007.  
  1008.  
  1009.  
  1010. Expires: January 2, 1994                                       [Page 18]
  1011.  
  1012. Internet Draft                                                 June 1993
  1013.  
  1014.  
  1015.                     STATUS mandatory
  1016.                     DESCRIPTION
  1017.                       " number of chainings that were not carried out
  1018.                         to avoid a loop.  Note that this is done by the
  1019.                         DSA before forwarding the operation to another
  1020.                         DSA. A serviceError of type loopDetected is
  1021.                         originated at the DSA in such cases. "
  1022.                     ::= {dsaDetailEntry 7}
  1023.  
  1024.                 nameErrorNoSuchObject OBJECT-TYPE
  1025.                     SYNTAX INTEGER
  1026.                     ACCESS read-only
  1027.                     STATUS mandatory
  1028.                     DESCRIPTION
  1029.                       " number of operations in which the purported
  1030.                         name is determined to be invalid. A nameError
  1031.                         of type noSuchObject is originated at the DSA
  1032.                         in such cases. "
  1033.                     ::= {dsaDetailEntry 8}
  1034.  
  1035.                 nameErrorAliasProb OBJECT-TYPE
  1036.                     SYNTAX INTEGER
  1037.                     ACCESS read-only
  1038.                     STATUS mandatory
  1039.                     DESCRIPTION
  1040.                       " number of instances in which the dereferenced
  1041.                         alias names no object.A nameError of type
  1042.                         aliasProblem is originated at the DSA in such
  1043.                         cases."
  1044.                     ::= {dsaDetailEntry 9}
  1045.  
  1046.                 nameErrorAliasDerefProb OBJECT-TYPE
  1047.                     SYNTAX INTEGER
  1048.                     ACCESS read-only
  1049.                     STATUS mandatory
  1050.                     DESCRIPTION
  1051.                       " number of instances in which an alias is
  1052.                         encountered in a situation where it is not
  1053.                         allowed. A nameError of type aliasDereferen-
  1054.                         cingProblem is originated at the DSA in such
  1055.                         cases."
  1056.                     ::= {dsaDetailEntry 10}
  1057.  
  1058.                 chainedReadOps OBJECT-TYPE
  1059.                     SYNTAX INTEGER
  1060.                     ACCESS read-only
  1061.                     STATUS mandatory
  1062.                     DESCRIPTION
  1063.  
  1064.  
  1065.  
  1066. Expires: January 2, 1994                                       [Page 19]
  1067.  
  1068. Internet Draft                                                 June 1993
  1069.  
  1070.  
  1071.                       " number of read operations from other DSAs
  1072.                         since application startup."
  1073.                     ::= {dsaDetailEntry 11}
  1074.  
  1075.                 chainedCompareOps OBJECT-TYPE
  1076.                     SYNTAX INTEGER
  1077.                     ACCESS read-only
  1078.                     STATUS mandatory
  1079.                     DESCRIPTION
  1080.                       " number of compare operations from other DSAs
  1081.                         since application startup."
  1082.                     ::= {dsaDetailEntry 12}
  1083.  
  1084.                 chainedAddEntryOps OBJECT-TYPE
  1085.                     SYNTAX INTEGER
  1086.                     ACCESS read-only
  1087.                     STATUS mandatory
  1088.                     DESCRIPTION
  1089.                       " number of addEntry operations from DSAs
  1090.                         since application startup."
  1091.                     ::= {dsaDetailEntry 13}
  1092.  
  1093.                 chainedRemoveEntryOps OBJECT-TYPE
  1094.                     SYNTAX INTEGER
  1095.                     ACCESS read-only
  1096.                     STATUS mandatory
  1097.                     DESCRIPTION
  1098.                       " number of removeEntry operations from DSAs
  1099.                         since application startup."
  1100.                     ::= {dsaDetailEntry 14}
  1101.  
  1102.                 chainedModifyEntryOps OBJECT-TYPE
  1103.                     SYNTAX INTEGER
  1104.                     ACCESS read-only
  1105.                     STATUS mandatory
  1106.                     DESCRIPTION
  1107.                       " number of modifyEntry operations from DSAs
  1108.                         since application startup."
  1109.                     ::= {dsaDetailEntry 15}
  1110.  
  1111.                 chainedmodifyRDNOps OBJECT-TYPE
  1112.                     SYNTAX INTEGER
  1113.                     ACCESS read-only
  1114.                     STATUS mandatory
  1115.                     DESCRIPTION
  1116.                       " number of modifyRDN operations from DSAs since
  1117.                         application startup."
  1118.                     ::= {dsaDetailEntry 16}
  1119.  
  1120.  
  1121.  
  1122. Expires: January 2, 1994                                       [Page 20]
  1123.  
  1124. Internet Draft                                                 June 1993
  1125.  
  1126.  
  1127.                 chainedListOps OBJECT-TYPE
  1128.                     SYNTAX INTEGER
  1129.                     ACCESS read-only
  1130.                     STATUS mandatory
  1131.                     DESCRIPTION
  1132.                       " number of list operations from DSAs since
  1133.                         application startup."
  1134.                     ::= {dsaDetailEntry 17}
  1135.  
  1136.                 chainedSearchOps OBJECT-TYPE
  1137.                     SYNTAX INTEGER
  1138.                     ACCESS read-only
  1139.                     STATUS mandatory
  1140.                     DESCRIPTION
  1141.                       " number of search operations from DSAs since
  1142.                         application startup."
  1143.                     ::= {dsaDetailEntry 18}
  1144.  
  1145.                 chainedOneLevelSearchOps OBJECT-TYPE
  1146.                     SYNTAX INTEGER
  1147.                     ACCESS read-only
  1148.                     STATUS mandatory
  1149.                     DESCRIPTION
  1150.                       " number of oneLevelSearch operations from
  1151.                         DSAs since application startup."
  1152.                     ::= {dsaDetailEntry 19}
  1153.  
  1154.                 chainedWholeTreeSearchOps OBJECT-TYPE
  1155.                     SYNTAX INTEGER
  1156.                     ACCESS read-only
  1157.                     STATUS mandatory
  1158.                     DESCRIPTION
  1159.                       " number of wholeTreeSearch operations from
  1160.                         DSAs since application startup."
  1161.                     ::= {dsaDetailEntry 20}
  1162.  
  1163.                 updateErrorsAffectsMultipleDSAs  OBJECT-TYPE
  1164.                     SYNTAX INTEGER
  1165.                     ACCESS read-only
  1166.                     STATUS mandatory
  1167.                     DESCRIPTION
  1168.                       " number of affectsMultipleDSAs updateErrors
  1169.                         from DUAs since application startup."
  1170.                     ::= {dsaDetailEntry 21}
  1171.  
  1172.                 errorUnavailableCriticalExtension OBJECT-TYPE
  1173.                     SYNTAX INTEGER
  1174.                     ACCESS read-only
  1175.  
  1176.  
  1177.  
  1178. Expires: January 2, 1994                                       [Page 21]
  1179.  
  1180. Internet Draft                                                 June 1993
  1181.  
  1182.  
  1183.                     STATUS mandatory
  1184.                     DESCRIPTION
  1185.                       " number of ServiceErrors of type Unavailable-
  1186.                         CriticalExtension originated from this DSA
  1187.                         since application startup."
  1188.                     ::= {dsaDetailEntry 22}
  1189.  
  1190.                 chainedAbandonOps  OBJECT-TYPE
  1191.                     SYNTAX INTEGER
  1192.                     ACCESS read-only
  1193.                     STATUS mandatory
  1194.                     DESCRIPTION
  1195.                       " number of chainedAbandon operations forwarded
  1196.                         to this DSA since application startup."
  1197.                     ::= {dsaDetailEntry 23}
  1198.  
  1199.                 timeLimitExceeded OBJECT-TYPE
  1200.                     SYNTAX INTEGER
  1201.                     ACCESS read-only
  1202.                     STATUS mandatory
  1203.                     DESCRIPTION
  1204.                       " number of serviceErrors of type
  1205.                         timeLimitExceeded originated at this DSA
  1206.                         since application startup."
  1207.                     ::= {dsaDetailEntry 24}
  1208.  
  1209.                 sizeLimitExceeded OBJECT-TYPE
  1210.                     SYNTAX INTEGER
  1211.                     ACCESS read-only
  1212.                     STATUS mandatory
  1213.                     DESCRIPTION
  1214.                       " number of serviceErrors of type
  1215.                         sizeLimitExceeded originated at this DSA
  1216.                         since application startup."
  1217.                     ::= {dsaDetailEntry 25}
  1218.  
  1219.                 adminLimitExceeded OBJECT-TYPE
  1220.                     SYNTAX INTEGER
  1221.                     ACCESS read-only
  1222.                     STATUS mandatory
  1223.                     DESCRIPTION
  1224.                       " number of serviceErrors of type
  1225.                         adminLimitExceeded originated at this DSA
  1226.                         since application startup."
  1227.                     ::= {dsaDetailEntry 26}
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234. Expires: January 2, 1994                                       [Page 22]
  1235.  
  1236. Internet Draft                                                 June 1993
  1237.  
  1238.  
  1239.           -- The DSAInfo table contains statistical data on the DSAs
  1240.           -- with which it [attempts to] interact.  This table  will
  1241.           -- provide a useful insight into  the effect of neighbours
  1242.           -- on the DSA performance.
  1243.           -- Due to resource constraints it may be necessary to
  1244.           -- delete entries. It is suggested that the least recently
  1245.           -- used entries be deleted first.
  1246.  
  1247.                   dsaInfoTable OBJECT-TYPE
  1248.                           SYNTAX  SEQUENCE OF dsaInfoEntry
  1249.                           ACCESS  read-only
  1250.                           STATUS  mandatory
  1251.                           ::= { application-mib 5 }
  1252.  
  1253.                   dsaInfoEntry OBJECT-TYPE
  1254.                           SYNTAX  DsaInfoEntry
  1255.                           ACCESS  read-only
  1256.                           STATUS  mandatory
  1257.                           ::= { dsaInfoTable 1 }
  1258.  
  1259.                   DsaInfoEntry ::= SEQUENCE {
  1260.                       dsaName
  1261.                           DistinguishedName,
  1262.                       timeOfCreation
  1263.                           TimeTicks,
  1264.                       timeOfLastAttempt
  1265.                           TimeTicks,
  1266.                       timeOfLastSuccess
  1267.                           TimeTicks,
  1268.                       failuresSinceLastSuccess
  1269.                           Counter,
  1270.                       failures
  1271.                           Counter,
  1272.                       successes
  1273.                           Counter
  1274.                   }
  1275.                 dsaName  OBJECT-TYPE
  1276.                     SYNTAX DistinguishedName
  1277.                     ACCESS read-only
  1278.                     STATUS mandatory
  1279.                     DESCRIPTION
  1280.                       " distinguished name of the DSA to which this
  1281.                         entry pertains."
  1282.                     ::= {dsaInfoEntry 1}
  1283.  
  1284.                 timeOfCreation  OBJECT-TYPE
  1285.                     SYNTAX TimeTicks
  1286.                     ACCESS read-only
  1287.  
  1288.  
  1289.  
  1290. Expires: January 2, 1994                                       [Page 23]
  1291.  
  1292. Internet Draft                                                 June 1993
  1293.  
  1294.  
  1295.                     STATUS mandatory
  1296.                     DESCRIPTION
  1297.                       " Time at which this entry was created."
  1298.                     ::= {dsaInfoEntry 2}
  1299.  
  1300.                 timeOfLastAttempt  OBJECT-TYPE
  1301.                     SYNTAX TimeTicks
  1302.                     ACCESS read-only
  1303.                     STATUS mandatory
  1304.                     DESCRIPTION
  1305.                       " Time at which the last attempt was made to
  1306.                         contact this DSA."
  1307.                     ::= {dsaInfoEntry 3}
  1308.  
  1309.                 timeOfLastSuccess  OBJECT-TYPE
  1310.                     SYNTAX TimeTicks
  1311.                     ACCESS read-only
  1312.                     STATUS mandatory
  1313.                     DESCRIPTION
  1314.                       " Time at which the last attempt made to
  1315.                         contact this DSA was successful. If there have
  1316.                         been no successful attempts this entry will be
  1317.                         0"
  1318.                     ::= {dsaInfoEntry 4}
  1319.  
  1320.                 failuresSinceLastSuccess  OBJECT-TYPE
  1321.                     SYNTAX Counter
  1322.                     ACCESS read-only
  1323.                     STATUS mandatory
  1324.                     DESCRIPTION
  1325.                       " The number of failures since the last time an
  1326.                         attempt to contact this DSA was successful."
  1327.                     ::= {dsaInfoEntry 5}
  1328.  
  1329.                 failures  OBJECT-TYPE
  1330.                     SYNTAX Counter
  1331.                     ACCESS read-only
  1332.                     STATUS mandatory
  1333.                     DESCRIPTION
  1334.                       " cumulative failures since the creation of
  1335.                         this entry."
  1336.                     ::= {dsaInfoEntry 6}
  1337.  
  1338.                 successes  OBJECT-TYPE
  1339.                     SYNTAX Counter
  1340.                     ACCESS read-only
  1341.                     STATUS mandatory
  1342.                     DESCRIPTION
  1343.  
  1344.  
  1345.  
  1346. Expires: January 2, 1994                                       [Page 24]
  1347.  
  1348. Internet Draft                                                 June 1993
  1349.  
  1350.  
  1351.                       " cumulative successes since the creation of
  1352.                         this entry."
  1353.                     ::= {dsaInfoEntry 7}
  1354.  
  1355.           -- Traps for use by DSAs
  1356.           -- Traps are defined using the conventions in RFC 1215 .
  1357.  
  1358.           dsaAuthnTrap TRAP-TYPE
  1359.               ENTERPRISE  AIC
  1360.               VARIABLES   { dsaName dsaDN }
  1361.               DESCRIPTION
  1362.                       "This trap is sent whenever a managed DSA detects
  1363.                       an attempted security violation."
  1364.               REFERENCE
  1365.                       "Reference X.500 specifications."
  1366.               ::= 1
  1367.  
  1368.           dsaGoingDown TRAP-TYPE
  1369.               ENTERPRISE  AIC
  1370.               VARIABLES   { dsaName dsaDN }
  1371.               DESCRIPTION
  1372.                       "This trap is sent whenever a managed DSA
  1373.                        is going down aborting/restarting/ exiting .."
  1374.               REFERENCE
  1375.               ::= 2
  1376.  
  1377.           dsaComingUp TRAP-TYPE
  1378.               ENTERPRISE  AIC
  1379.               VARIABLES   { dsaName dsaDN }
  1380.               DESCRIPTION
  1381.                       "This trap is sent whenever a managed DSA
  1382.                        is coming up  starting/restarting/ .."
  1383.               REFERENCE
  1384.               ::= 3
  1385.  
  1386.         END
  1387.  
  1388.  
  1389.  
  1390. 6.  Acknowledgements
  1391. ====================
  1392. This draft is the product of discussions and deliberations carried out
  1393. in the following working groups
  1394.         ietf-madman-wg  ietf-madman@innosoft.com
  1395.         wide-isode-wg   isode-wg@wide.ad.jp
  1396.         wide-netman-wg  netman-wg@wide.ad.jp
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402. Expires: January 2, 1994                                       [Page 25]
  1403.  
  1404. Internet Draft                                                 June 1993
  1405.  
  1406.  
  1407. 7.  References
  1408. ==============
  1409.  
  1410. [1]  Rose, M., and K. McCloghrie, "Structure and Identification of
  1411.      Management Information for TCP/IP-based internets", STD 16,
  1412.      RFC 1155, Performance Systems International, Hughes LAN Systems,
  1413.      May 1990.
  1414.  
  1415. [2]  Case, J., M. Fedor, M. Schoffstall, and J. Davin, "Simple
  1416.      Network Management Protocol", STD 15, RFC 1157, SNMP Research,
  1417.      Performance Systems International, Performance Systems
  1418.      International, MIT Laboratory for Computer Science, May 1990.
  1419.  
  1420. [3]  McCloghrie, K., and M. Rose, Editors, "Management Information
  1421.      Base for Network Management of TCP/IP-based internets: MIB-II",
  1422.      STD 17, RFC 1213, Hughes LAN Systems, Performance Systems
  1423.      International, March 1991.
  1424.  
  1425. [4]  Rose, M., and K. McCloghrie, Editors, "Concise MIB Definitions",
  1426.      STD 16, RFC 1212, Performance Systems International, Hughes LAN
  1427.      Systems, March 1991.
  1428.  
  1429. [5]  The X.500 blue book.
  1430.  
  1431. [6]  Freed, N., Kille, S., The Network Services Monitoring MIB,
  1432.      Internet Draft, May 17, 1993.
  1433.  
  1434. [7]  Austein, R., Saperia J., DNS MIB Extensions, Internet Draft,
  1435.      12 Nov, 1992.
  1436.  
  1437. [8]  Grillo, P., Waldbusser, S., HostResources MIB, Internet Draft,
  1438.      Dec, 1992.
  1439.  
  1440.  
  1441.  
  1442.  
  1443.  
  1444.  
  1445.  
  1446.  
  1447.  
  1448.  
  1449.  
  1450.  
  1451.  
  1452.  
  1453.  
  1454.  
  1455.  
  1456.  
  1457.  
  1458. Expires: January 2, 1994                                       [Page 26]
  1459.  
  1460.